header{
	width:100%;
	height:18px;
	top:0;
	background-color:#444;
}

body {
}

table{
	width: 100%;
}

p#quote{
	width: 95%;
	min-height:25px;
	padding: 30;
	float: right;
	font-size:22;
    font-style: italic;
    font-weight: bold;
}

.wrapper {
    display: grid;
    grid-template-columns: 24%24%24%24%;
    grid-gap: 16px;
    color: #444;
    margin: auto;
    width: 100%;
}

.box {
	background-color: #121620;
	opacity:20%;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	font-size: 150%;
}

.inblock {
	display: inline-block;
	width: fit-content;
}

.right {
	float: right;
}

body{
	background-color: #080B11;
	font-family: georgia;
	color:white;
	optima
	georgia
}

a{
	color: #999;
}

h3, th {
	margin:0 auto;
	width: fit-content;
	font-size: 1.17em;
}

td {
	margin: 0 auto;
	width: fit-content;
}
